home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / CPUs / Macintosh Solutions Demo / Macintosh Solutions 1.0 / card_10068.txt < prev    next >
Text File  |  1990-08-24  |  4KB  |  190 lines

  1. -- card: 10068 from stack: in.0
  2. -- bmap block id: 7953
  3. -- flags: 4000
  4. -- background id: 4734
  5. -- name: USAS1.2
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=325 top=93 right=115 bottom=489
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Which Macintosh?…
  20. ----- HyperTalk script -----
  21.  
  22. on mouseUp -- School Administration
  23.   determineSoftware -- bg script
  24.   put char 4 of short name of this card into whichCategory
  25.   if the hilight of btn 8 = true then
  26.     goSolution whichCategory,2.2
  27.     exit mouseUp
  28.   end if
  29.   repeat with i = 2 to 7
  30.     set cursor to busy
  31.     if the hilight of cd btn i = true then
  32.       goSolution whichCategory,2.1
  33.       exit mouseUp
  34.     end if
  35.   end repeat
  36.   answer "Please select at least one software category."
  37. end mouseUp
  38.  
  39.  
  40. -- part 3 (button)
  41. -- low flags: 00
  42. -- high flags: A005
  43. -- rect: left=79 top=264 right=285 bottom=213
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Word Processing
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   if the hilight of me is true then putMeInList (short name of me)
  55.   else getMeOutOfList (short name of me)
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: A005
  63. -- rect: left=79 top=244 right=265 bottom=213
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Spreadsheets
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   if the hilight of me is true then putMeInList (short name of me)
  75.   else getMeOutOfList (short name of me)
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: A005
  83. -- rect: left=79 top=184 right=205 bottom=168
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Database
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   if the hilight of me is true then putMeInList (short name of me)
  95.   else getMeOutOfList (short name of me)
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 6 (button)
  101. -- low flags: 00
  102. -- high flags: A005
  103. -- rect: left=79 top=224 right=245 bottom=213
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Presentations
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   if the hilight of me is true then putMeInList (short name of me)
  115.   else getMeOutOfList (short name of me)
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 8 (button)
  121. -- low flags: 00
  122. -- high flags: A005
  123. -- rect: left=79 top=164 right=185 bottom=182
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Curriculum
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   if the hilight of me is true then putMeInList (short name of me)
  135.   else getMeOutOfList (short name of me)
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 9 (button)
  141. -- low flags: 00
  142. -- high flags: A005
  143. -- rect: left=79 top=204 right=225 bottom=249
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: Education Multimedia
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   if the hilight of me is true then putMeInList (short name of me)
  155.   else getMeOutOfList (short name of me)
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 10 (button)
  161. -- low flags: 00
  162. -- high flags: A005
  163. -- rect: left=79 top=144 right=165 bottom=249
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Apple IIe Emulation
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   if the hilight of me is true then putMeInList (short name of me)
  175.   else getMeOutOfList (short name of me)
  176. end mouseUp
  177.  
  178.  
  179.  
  180. -- part contents for background part 1
  181. ----- text -----
  182. USAS1.2
  183.  
  184. -- part contents for background part 3
  185. ----- text -----
  186. 26
  187.  
  188. -- part contents for background part 7
  189. ----- text -----
  190. Click to select the software categories that interest you, then click the ‚ÄúWhich Macintosh?‚Ķ‚Äù button to see the recommended Macintosh.